Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various willow upgrades #38

Merged
merged 9 commits into from
Jun 30, 2024
Merged

various willow upgrades #38

merged 9 commits into from
Jun 30, 2024

Conversation

apple1417
Copy link
Contributor

should've merged earlier but kept finding new stuff :/

decided to switch to throwing a while ago since it's more ergonomic, but never updated these strings
previously all sets went through our unreal `__setattr__`, meaning you could not set any field not present on the unreal object

this was particularly confusing for ue3 UObject::ObjectFlags, which is actually a struct of two u32s, which we define as a python property of a single u64
see unrealsdk 6c73287e for more details
@apple1417 apple1417 merged commit 153cb74 into bl-sdk:master Jun 30, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant